Resolution

sealed interface Resolution(source)

The outcome of validating and resolving an authorization request.

Inheritors

Types

Link copied to clipboard
data class Invalid(val error: AuthorizationRequestError, val dispatchDetails: ErrorDispatchDetails?) : Resolution

Represents the failure of validating or resolving an authorization request due to error

Link copied to clipboard
data class Success(val requestObject: ResolvedRequestObject) : Resolution

Represents the success of validating and resolving an authorization request into a requestObject